google.golang.org/protobuf/internal/impl.coderFieldInfo.isPointer (field)

6 uses

	google.golang.org/protobuf/internal/impl (current package)
		checkinit.go#L49: 		if f.isPointer && fptr.Elem().IsNil() {
		codec_message.go#L46: 	isPointer  bool                     // true if IsNil may be called on the struct field
		codec_message.go#L128: 			isPointer:  fd.Cardinality() == protoreflect.Repeated || fd.HasPresence(),
		encode.go#L76: 		if f.isPointer && fptr.Elem().IsNil() {
		encode.go#L136: 		if f.isPointer && fptr.Elem().IsNil() {
		merge.go#L49: 		if f.isPointer && sfptr.Elem().IsNil() {